
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   S l o t s 
 
 B u t t o n   1   L a b e l   T i t l e 1 
 
 B u t t o n   T i t l e 1   L a b e l   " S l o t s " 
 
 B u t t o n   T i t l e 1   C o l o r   G r e e n 2 
 
 B u t t o n   2   L a b e l   " F i r s t I n S l o t   r a n d o m " 
 
 ' 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   P a r a m s 
 
 B u t t o n   4   L a b e l   T i t l e 2 
 
 B u t t o n   T i t l e 2   L a b e l   " P a r a m s " 
 
 B u t t o n   T i t l e 2   C o l o r   G r e e n 2 
 
 B u t t o n   5   L a b e l   " N u m C h a n n e l s   r a n d o m " 
 
 B u t t o n   6   L a b e l   " F i l t e r S e c o n d s   r a n d o m " 
 
 B u t t o n   7   L a b e l   " L o g S e c o n d s   r a n d o m " 
 
 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   V i s u a l i z a t i o n 
 
 B u t t o n   1 7   L a b e l   T i t l e 3 
 
 B u t t o n   T i t l e 3   L a b e l   " V i s u a l i z a t i o n " 
 
 B u t t o n   T i t l e 3   C o l o r   G r e e n 2 
 
 B u t t o n   1 8   L a b e l   " C P S " 
 
 B u t t o n   1 9   L a b e l   " C P M " 
 
 B u t t o n   2 0   L a b e l   " C P H " 
 
 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   S t a r t - S t o p 
 
 B u t t o n   2 2   L a b e l   T i t l e 4 
 
 B u t t o n   T i t l e 4   L a b e l   " S t a r t - S t o p " 
 
 B u t t o n   T i t l e 4   C o l o r   G r e e n 2 
 
 B u t t o n   2 3   L a b e l   " S T A R T " 
 
 B u t t o n   2 4   L a b e l   " S T O P " 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     S T A R T   A N D   S T O P   P R O G R A M 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 V a r i a b l e   N u m e r i c   S l o t _ C o m m a n d s   =   3 1 
 
 ' V a r i a b l e   N u m e r i c   S l o t _ R e s p o n s e s   =   3 2 
 
 
 
 W i n d o w   M i n S i z e 
 
 S t o p 
 
 
 
 L a b e l   E v e n t S t o p 
 
 	 F o r   v 1   =   0   T o   1 2 8 
 
 	 	 B u t t o n   v 1   T e x t   " " 
 
 	 N e x t 
 
 	 W i n d o w   S i z a b l e 
 
 E n d 
 
 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     S E N D   C O M M A N D   ( d e f a u l t   t i m e o u t   =   0 . 5   S e c ) 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 L a b e l   S e n d C o m m a n d 
 
 	 V a r i a b l e   S t r i n g   S C 1                       ' < - -   P a r a m e t e r   C o m m a n d - S t r i n g 
 
 	 S l o t T e x t   S l o t _ C o m m a n d s   =   S C 1 
 
 	 V a r i a b l e   N u m e r i c   S C 2 
 
 	 F o r   S C 2   =   0 . 1   T o   0 . 5   S t e p   0 . 1   '   < - -   0 . 5   s e c o n d s   t i m e o u t 
 
 	 	 I f   S l o t T e x t ( S l o t _ C o m m a n d s )   =   " " 
 
 	 	 	 E x i t 
 
 	 	 E n d I f 
 
 	 	 W a i t   S e c o n d s   0 . 1 
 
 	 N e x t 
 
 R e t u r n 
 
 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     C O M M A N D S 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   S l o t s 
 
 L a b e l   F i r s t I n S l o t   R a n d o m 
 
 	 S e n d C o m m a n d ( " F i r s t I n S l o t   "   +   I n t ( R n d   *   9 0 0 ) ) 
 
 R e t u r n 
 
 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   P a r a m s 
 
 L a b e l   N u m C h a n n e l s   R a n d o m 
 
 	 S e n d C o m m a n d ( " N u m C h a n n e l s   "   +   I n t ( R n d   *   9 9 ) ) 
 
 R e t u r n 
 
 
 
 L a b e l   F i l t e r S e c o n d s   R a n d o m 
 
 	 S e n d C o m m a n d ( " F i l t e r S e c o n d s   "   +   I n t ( R n d   *   9 0 0 ) ) 
 
 R e t u r n 
 
 
 
 L a b e l   L o g S e c o n d s   R a n d o m 
 
 	 S e n d C o m m a n d ( " L o g S e c o n d s   "   +   I n t ( R n d   *   9 0 0 ) ) 
 
 R e t u r n 
 
 
 
 L a b e l   C P S 
 
 	 S e n d C o m m a n d ( " C P S " ) 
 
 R e t u r n 
 
 
 
 L a b e l   C P M 
 
 	 S e n d C o m m a n d ( " C P M " ) 
 
 R e t u r n 
 
 
 
 L a b e l   C P H 
 
 	 S e n d C o m m a n d ( " C P H " ) 
 
 R e t u r n 
 
 
 
 L a b e l   S t a r t 
 
 	 S e n d C o m m a n d ( " S t a r t " ) 
 
 R e t u r n 
 
 
 
 L a b e l   S t o p 
 
 	 S e n d C o m m a n d ( " S t o p " ) 
 
 R e t u r n 
 
 
 
 
 
 ' B O O K M A R K S   
 
 
 
 ' E D I T E D L I N E S   1 9   1   2 0   2   2 6   7   2 7   7   2 8   7   2 4   7   2 5   7   2 3   8   4   9   - 1   1 0   
 
 
 
 ' W A T C H   S e w T o _ S p e e d 
 
 ' E X E C   B u t t o n   5   T e x t   B u t t o n 5 
 
 